fix: add rel="noopener noreferrer" to footer external links (#3751)#3787
fix: add rel="noopener noreferrer" to footer external links (#3751)#3787arkid15r merged 4 commits intoOWASP:mainfrom
Conversation
Summary by CodeRabbit
WalkthroughAdded the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The linked issue must be assigned to the PR author. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|



Fixes #3751
Summary
Added
rel="noopener noreferrer"to footer links usingtarget="_blank".Why
Prevents tab-napping attacks and aligns with the security fix in #3669.
Testing